New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

werift-rtp

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

werift-rtp

RTP,RTCP,SRTP,SRTCP implementation for TypeScript.

  • 0.8.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.1K
increased by13.45%
Maintainers
0
Weekly downloads
 
Created
Source

werift-rtp

RTP/RTCP/SRTP/SRTCP implementation for TypeScript

install

npm install werift-rtp

basic usage

const buffer: Buffer = something;
const rtpPacket: RtpPacket = RtpPacket.deSerialize(buffer);

const buffer: Buffer = rtpPacket.serialize();

When using in browser

npm i buffer
import "buffer";
import {} from "werift-rtp";

advanced usage

see ./tests/**/*.test.ts

reference

https://github.com/pion/srtp

FAQs

Package last updated on 13 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc